home *** CD-ROM | disk | FTP | other *** search
/ Freelog 100 / FreelogNo100-NovembreDecembre2010.iso / Musique / solfege / solfege-win32-3.17.0.exe / {app} / bin / solfegedebug.bat < prev    next >
DOS Batch File  |  2010-08-20  |  610b  |  25 lines

  1. @echo off
  2. rem GNU Solfege - free eartraining
  3. rem Copyright (C) 2008, 2009  Tom Cato Amundsen
  4. rem
  5.  
  6. echo PYTHONHOME must not point to locally installed python, for example
  7. echo C:\Python25 or D:\Python25
  8. echo Current value:
  9. echo PYTHONHOME=%PYTHONHOME%
  10.  
  11. if exist configure.ac goto infomsg
  12.  
  13. :runsolfege
  14. python.exe solfege --debug
  15. goto end
  16. :infomsg
  17. echo.
  18. echo This script should only be run when installed into the win32 folder
  19. echo or after the generated installer is installed.
  20. echo If you want to run Solfege from the source directory without installing,
  21. echo then you should run runsrcdir.bat
  22. echo.
  23. :end
  24. pause
  25.